home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 65.zip
/
BS1 part 65
/
Math Visin v2.1 disk 1.adf
/
Arexx.WB
/
Contour
/
Convolves
/
Randomize
< prev
next >
Wrap
Text File
|
1992-02-12
|
268b
|
14 lines
/* Randomize put noise into a picture, as a sample only 8-Mar-90 dh */
ADDRESS "MathVision"
OPTIONS RESULTS
OverPlot "T"
ContourScaling "F"
ContourClipping "F"
Get Depth
MaxNum = 2**RESULT-1
F0 "WPix(px,py,Min(Max(RPix(px,py)+(rnd-.5)*7,0),"MaxNum"))"
PlotContour